home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / dbmap.dxr / 00029.ls < prev    next >
Encoding:
Text File  |  2000-01-27  |  89 b   |  8 lines

  1. on keyDown
  2.   if the key = RETURN then
  3.     dontPassEvent()
  4.   else
  5.     pass()
  6.   end if
  7. end
  8.